Eclipse Platform
Pre-release 3.0

Uses of Interface
org.eclipse.jface.text.IEventConsumer

Packages that use IEventConsumer
org.eclipse.jface.text Provides a framework for creating, manipulating, displaying and editing text documents. 
org.eclipse.jface.text.contentassist Provides a content assist add-on for an ITextViewer
 

Uses of IEventConsumer in org.eclipse.jface.text
 

Fields in org.eclipse.jface.text declared as IEventConsumer
protected  IEventConsumer TextViewer.fEventConsumer
          The text viewer's event consumer
 

Methods in org.eclipse.jface.text with parameters of type IEventConsumer
 void TextViewer.setEventConsumer(IEventConsumer consumer)
           
 void ITextViewer.setEventConsumer(IEventConsumer consumer)
          Registers an event consumer with this viewer.
 

Uses of IEventConsumer in org.eclipse.jface.text.contentassist
 

Methods in org.eclipse.jface.text.contentassist with parameters of type IEventConsumer
 void IContentAssistSubject.setEventConsumer(IEventConsumer eventConsumer)
          If supported, registers an event consumer with this content assist subject.
 


Eclipse Platform
Pre-release 3.0

Copyright (c) IBM Corp. and others 2000, 2003. All Rights Reserved.